This repository has been archived by the owner on Dec 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nurzhan-saktaganov
force-pushed
the
nsaktaganov_resolve_issue_110
branch
4 times, most recently
from
December 12, 2024 20:40
30eaecf
to
1bb6d11
Compare
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #111 +/- ##
==========================================
- Coverage 66.71% 66.12% -0.60%
==========================================
Files 13 13
Lines 1391 1464 +73
==========================================
+ Hits 928 968 +40
- Misses 394 425 +31
- Partials 69 71 +2 ☔ View full report in Codecov by Sentry. |
nurzhan-saktaganov
force-pushed
the
nsaktaganov_resolve_issue_110
branch
2 times, most recently
from
December 12, 2024 22:03
7bfaa62
to
45763c4
Compare
|
nurzhan-saktaganov
force-pushed
the
nsaktaganov_resolve_issue_110
branch
from
December 13, 2024 23:54
93233dc
to
a3d1c2f
Compare
looks very cool, as discussed we will fix the standard implementation of RouterCallImpl, although it is not optimal, since it decodes empty interfaces. Standard Call will allow to fix this. And also the next pr we will fix the sugar resolution and make it optimal |
nurzhan-saktaganov
force-pushed
the
nsaktaganov_resolve_issue_110
branch
3 times, most recently
from
December 18, 2024 21:51
5ff2a00
to
1f0bed5
Compare
KaymeKaydex
suggested changes
Dec 19, 2024
* new methods 'Router.Call[XYZ]' to replace the deprecated one 'RouterCallImpl' * new backward-compatible signature for StorageResultTypedFunc to fix interface for RouterCallImpl
nurzhan-saktaganov
force-pushed
the
nsaktaganov_resolve_issue_110
branch
from
December 19, 2024 09:19
1f0bed5
to
f2d96c5
Compare
KaymeKaydex
approved these changes
Dec 19, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What has been done? Why? What problem is being solved?
I didn't forget about (remove if it is not applicable):
Related issues: